home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / adf_141.zip / ADF.TXT < prev    next >
Text File  |  1996-07-17  |  51KB  |  1,310 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                   AnDan Software FOSSIL Version 1.41
  25.  
  26.                   Users Manual
  27.  
  28.                   Scandinavian Digital Systems           AnDan Software FOSSIL Version 1.41                   Users Manual
  29.           ─────────────────────────────────────────────────────────────────
  30.  
  31.  
  32.           Table of contents
  33.  
  34.            1  Overview ...............................................    3
  35.               1.1  Features of ADF ...................................    3
  36.            2  Shareware ..............................................    3
  37.               2.1  Use as shareware ..................................    4
  38.               2.2  How to register ...................................    4
  39.            3  Support and new versions ...............................    5
  40.               3.1  ADF doesn't work ..................................    5
  41.            4  Included files .........................................    6
  42.            5  Installation ...........................................    6
  43.               5.1  Installing on Windows 3.1, 3.11, and WfWG 3.1 .....    6
  44.               5.2  Installing on Windows for Workgroups 3.11 .........    6
  45.               5.3  Installing on Windows 95 ..........................    7
  46.            6  Command line arguments .................................    7
  47.               6.1  port ..............................................    8
  48.               6.2  addr ..............................................    8
  49.               6.2  irq ...............................................    8
  50.               6.4  baud ..............................................    9
  51.               6.5  recbuf,hold,cont ..................................    9
  52.               6.6  trabuf ............................................    9
  53.               6.7  fifo ..............................................   10
  54.               6.8  line ..............................................   10
  55.               6.9  modem .............................................   10
  56.            7  Execution examples .....................................   11
  57.            8  Baud rate calculation ..................................   12
  58.            9  16550 and 16650 FIFO UARTs .............................   13
  59.               9.1  Receiver 16550-FIFO trigger level .................   13
  60.               9.2  Receiver 16650-FIFO trigger level .................   14
  61.               9.3  Transmitter 16650-FIFO trigger level ..............   14
  62.            10 Error messages .........................................   14
  63.            11 Benchmarks .............................................   16
  64.               11.1 Memory consumption ................................   16
  65.               11.2 Execution speed ...................................   17
  66.            12 The ADFComCh program ...................................   18
  67.            13 The ADFDebug program ...................................   18
  68.               13.1 Using ADFDebug ....................................   19
  69.            14 The ADFTerm program ....................................   20
  70.            15 The ADFTest program ....................................   20
  71.            16 Version history ........................................   20
  72.            17 Future versions ........................................   21
  73.  
  74.  
  75.           Copyright (c) 1994-1996 Scandinavian Digital Systems AB
  76.  
  77.           This product, including the manual and the software, is provided
  78.           as is. Scandinavian Digital Systems AB and Anders Danielsson
  79.           disclaims all warranties of any kind, whether expressed or
  80.           implied, and are not liable to you or anyone else for any damages
  81.           or costs due to the use or inability to use this product.
  82.  
  83.           Acknowledgments:
  84.  
  85.  
  86.  
  87.  
  88.           ─────────────────────────────────────────────────────────────────
  89.           Scandinavian Digital Systems                               Page 2           AnDan Software FOSSIL Version 1.41                   Users Manual
  90.           ─────────────────────────────────────────────────────────────────
  91.  
  92.  
  93.           AnDan Software is a trademark of Scandinavian Digital Systems AB.
  94.           FidoNet is a trademark of Tom Jennings.
  95.           Windows is a trademark of Microsoft Corporation.
  96.           X00 is a program made by Raymond L. Gwinn.
  97.           BNU is a program made by David Nugent, Unique Computing Pty
  98.           Limited.
  99.           16550 is a device made by National Semiconductor Corporation.
  100.           16650 is a device made by Startech Semiconductor Incorporated.
  101.  
  102.  
  103.  
  104.  
  105.           1  Overview
  106.  
  107.           ADF is a FOSSIL revision level 5 driver, including the additional
  108.           functions defined by Raymond L. Gwinn in X00 v1.50.
  109.  
  110.           ADF is specially designed for users of high speed modems with or
  111.           without the 16550 or the 16650 UART, using DOS or a multitasking
  112.           environment.
  113.  
  114.           ADF was initially written some years ago because other FOSSIL
  115.           drivers did not always work properly in protected mode
  116.           multitasking environments, where the UART is emulated.
  117.  
  118.           ADF is designed to work well with both emulated UARTs and real
  119.           UARTs, without any drawbacks.
  120.  
  121.  
  122.           1.1  Features of ADF
  123.  
  124.           * Always a locked baud-rate.
  125.           * Locked baud-rate of any speed (2 bps - 115200 bps).
  126.           * Defaults to 8 databits, no parity, and 1 stop bit (8N1).
  127.           * Always CTS/RTS handshake. Never DSR/DTR or XON/XOFF handshake.
  128.           * One port per ADF (load ADF in different tasks for many ports).
  129.           * COM-port address configurable (0H-FFFFH).
  130.           * COM-port IRQ configurable (0-15).
  131.           * Full support of the 16550 UART and the 16650 UART.
  132.           * Fills transmit 16550-FIFO buffer with all 16 bytes.
  133.           * Fills transmit 16650-FIFO buffer with all 32 bytes.
  134.           * Receiver 16550-FIFO configurable (1, 4, 8 or 14 bytes).
  135.           * Receiver and transmitter 16650-FIFO configurable.
  136.           * Only 8088/8086 compatible code used.
  137.  
  138.  
  139.           2  Shareware
  140.  
  141.           The files in this package may be copied and distributed if no fee
  142.           is charged, if no changes are done and as no part of other
  143.           products, in purpose to test and evaluate this product for a
  144.           period of 30 days.
  145.  
  146.  
  147.  
  148.  
  149.           ─────────────────────────────────────────────────────────────────
  150.           Scandinavian Digital Systems                               Page 3           AnDan Software FOSSIL Version 1.41                   Users Manual
  151.           ─────────────────────────────────────────────────────────────────
  152.  
  153.  
  154.           2.1  Use as shareware
  155.  
  156.           To use ADF.EXE as shareware, you must first execute the supplied
  157.           REGISTER.EXE and register ADF.EXE as shareware.
  158.  
  159.           Run REGISTER.EXE, specify ADF.EXE as file to register and do not
  160.           enter any user name. ADF.EXE may then be used as shareware.
  161.  
  162.           When ADF.EXE is executed it will display the number of used days
  163.           since it was registered as shareware.
  164.  
  165.  
  166.           2.2  How to register
  167.  
  168.           To register ADF and use it for more than 30 days, you should pay
  169.           an even amount equal to the sum of USD 10 in a currency of your
  170.           own choice. Examples of common currencies:
  171.  
  172.                   American Dollars        USD    10
  173.                   Austrian Schillings     ATS   100
  174.                   Belgian Francs          BEF   300
  175.                   British Pounds          GBP     6
  176.                   Canadian Dollars        CAD    15
  177.                   Dutch Guilders          NLG    15
  178.                   French Francs           FRF    50
  179.                   German Marks            DEM    15
  180.                   Italian Lira            ITL 15000
  181.                   Swedish Krona           SEK    60
  182.  
  183.           Please send cash (bills, paper money) in a letter to:
  184.  
  185.                   Scandinavian Digital Systems AB
  186.                   Billerudsgatan 20
  187.                   S-661 30  Saffle
  188.